triangle strip造句
例句與造句
- for a triangle strips, the first vertex of the triangle
的第一個頂點為頂點 - renders the vertices as a triangle strip
將頂點呈現(xiàn)為三角形條帶。 - a triangle strip renders the vertices as a series of connected triangles
三角形條帶將頂點呈現(xiàn)為一系列相連接的三角形。 - as mentioned in section height maps from images, the terrain lib has a function to create a display list using triangle strips
正如前面章節(jié)從圖象到高度圖所提到的,地形庫有一個函數(shù)使用三角形帶來創(chuàng)建一個顯示列表。 - using triangle strips or triangle fans is often more efficient than using triangle lists because fewer vertices are duplicated
由于使用三角形條帶或三角扇形時重復的頂點較少,因此使用它們比使用三角形列表效率更高。 - It's difficult to find triangle strip in a sentence. 用triangle strip造句挺難的
- high efficiency of the algorithm is obtained by using obb technology and by adopting triangle strip compression, which is a kind of real time rendering techniques
同時采用了三角形帶壓縮技術(shù)和方向包圍盒技術(shù)來加快碰撞檢測階段的繪制速度,從而提高碰撞檢測的效率。 - pushing points creates new entities in memory; pushing two points to a lines entity creates a new line, puhing a point to a triangles strip entity adds a triangle, and so on
推動頂點在內(nèi)存中生成新實體:將兩點推成一個直線實體可以生成一條新直線,將一個點推成一個三角形條狀實體增加一個三角形,如此類推。 - the design abstraction is as follows : there is a memory core that has functions to push vertex to arrays; there are four different types of arrays, and each one corresponds to gl primitives like lines, triangles, line strips and triangle strips
設(shè)計摘要如下:一個可把頂點推向排列的內(nèi)存核心;四個不同的陣列,每個都可與gl原始元素如直線、三角、線條和三角條響應(yīng)。